home *** CD-ROM | disk | FTP | other *** search
- /* Presented when user typed illegal characters
- No valid object */
- "Invalid number" = "El número no es válido.";
-
- /* Presented when user value smaller than minimum */
- "Fell short of minimum" = "No se ha alcanzado el mínimo.";
-
- /* Presented when user value larger than maximum */
- "Maximum exceeded" = "Se ha superado el máximo.";
-
- /* Presented when value is a float, but floats not allowed */
- "Floating Point not allowed" = "No se admiten puntos flotantes.";
-
- /* Presented when string cannot be converted to an NSDate */
- "Invalid date string" = "La cadena de fecha no es válida.";
-